IModule 介面

代表一個裝置。

繼承體系

System.Object
  System.ComponentModel.INotifyPropertyChanged
    IntervalZero.KINGSTAR.Base.Class.IModule

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public interface IModule : INotifyPropertyChanged
Public Interface IModule Inherits INotifyPropertyChanged

衍生介面

IAxis Interface

IIoModule Interface

 

IModule 介面陳列了以下成員。

方法

 名稱說明
ReadSdoBuffer透過服務資料物件 (SDO) 讀取位元組陣列。
ReadSdoByte透過服務資料物件 (SDO) 讀取位元組。
ReadSdoDouble透過服務資料物件 (SDO) 讀取 double。
ReadSdoInt16透過服務資料物件 (SDO) 讀取 short。
ReadSdoInt32透過服務資料物件 (SDO) 讀取 int。
ReadSdoInt64透過服務資料物件 (SDO) 讀取 long。
ReadSdoSByte透過服務資料物件 (SDO) 讀取 sbyte。
ReadSdoSingle透過服務資料物件 (SDO) 讀取 float。
ReadSdoString透過服務資料物件 (SDO) 讀取 string。
ReadSdoUInt16透過服務資料物件 (SDO) 讀取 ushort。
ReadSdoUInt32透過服務資料物件 (SDO) 讀取 uint。
ReadSdoUInt64透過服務資料物件 (SDO) 讀取 ulong。
UpdateConfiguration透過讀取子系統中的模組值以更新模組的值。
WriteSdoObject (byte)透過服務資料物件 (SDO) 寫入位元組。
WriteSdoObject (byte[])透過服務資料物件 (SDO) 寫入位元組陣列。
WriteSdoObject (double)透過服務資料物件 (SDO) 寫入 double。
WriteSdoObject (short)透過服務資料物件 (SDO) 寫入 short。
WriteSdoObject (int)透過服務資料物件 (SDO) 寫入 int。
WriteSdoObject (long)透過服務資料物件 (SDO) 寫入 long。
WriteSdoObject (sbyte)透過服務資料物件 (SDO) 寫入 sbyte。
WriteSdoObject (float)透過服務資料物件 (SDO) 寫入 float。
WriteSdoObject (string)透過服務資料物件 (SDO) 寫入 string。
WriteSdoObject (ushort)透過服務資料物件 (SDO) 寫入 ushort。
WriteSdoObject (uint)透過服務資料物件 (SDO) 寫入 uint。
WriteSdoObject (ulong)透過服務資料物件 (SDO) 寫入 ulong。

屬性

 名稱說明
Alias軸或 I/O 使用的別名索引,用來取代軸清單或 I/O 清單中的索引。
AliasAddress在模組 EEPROM 中定義的裝置別名位址。此位址用於識別特定裝置,無論其在 EtherCAT 網絡上的位置為何。
ExplicitId顯式 ID 是 EtherCAT 網路上的一個位址,用於識別 EtherCAT 從站。
Index裝置的索引。
IndexAlias裝置的別名索引。
Name裝置的名稱。
ProductCode裝置的產品代碼。
RevisionNumber裝置的修訂版號。
SerialNumber裝置的序號。
Simulation檢查裝置是否處於模擬模式。
Slave連結到含有此裝置的 EtherCAT 從站。
SlotId模組連接的插槽。
Type裝置類型。
VendorId裝置的供應商 ID,由 ETG (EtherCAT Technology Group) 提供給 EtherCAT 裝置的製造商。

參見

IntervalZero.KINGSTAR.Base.Class 命名空間